1bashThis demonstrates executing an inline Python command to print a string to the console.python -c 'print("Hello World!")'external toolspythoninline script execution